Start a Conversation

Unsolved

This post is more than 5 years old

63819

April 9th, 2007 20:00

Reassigning IP address PC5324

​ I am a beginner on configuring these PC5324's, I have only done what I need to do with them. We run a seperate VLAN for voice to divide our traffic so I configure that in but thats about the extent of my knowledge besides assigning an IP and username and password. I was told by my boss to reassign a different IP to a particular switch. It will not let me do this and gives me the error of " ​​“duplicated ip interface on the same subnet” I can ping the IP address that I am trying to assign with no reply so the IP Address should be available. I know I can reconfigure this switch if I get it to factory defaults or maybe someone has some ideas on how I can fix this problem? Either one would be great, thanks​​ ​
​ ​​ ​
​ ​​Derek Bourgeois​​ ​

909 Posts

April 10th, 2007 01:00

You can not have 2 ip addresses on the switch that are on the same subnet.  For example:
 
10.10.10.1 255.255.255.0
10.10.10.2 255.255.255.0
 
are on the same subnet because the corresponding numbers in the address to the 1's in the mask are the same.  i.e. the network portion of the IP address is the same.
 
The following:
 
10.10.10.1 255.255.255.0
10.10.11.2 255.255.255.0
 
can both be on the switch because the network portion is different.
 
If you can't figure it out, post you config and tell us the IP address you are trying to put on it.

April 10th, 2007 12:00

Here is a running-config of what I have right now and IP address I want it to have is 172.18.1.27/255.255.0.0.  Any help is appreciated.  Thanks  I have deleted all the "exit"'s to save some space.

interior-1# show running-config                              

interface ethernet g1                    

switchport mode general                          

interface ethernet g5                    

switchport mode general                      

interface ethernet g6                    

switchport mode general                      

interface ethernet g7                    

switchport mode general                      

interface ethernet g8                    

switchport mode general                      

interface ethernet g9                    

switchport mode general                      

interface ethernet g10                     

switchport mode            

interface ethernet g11                     

switchport mode general                      

interface ethernet g12                     

switchport mode general                      

interface ethernet g13                     

switchport mode general                      

interface ethernet g14                     

switchport mode general                      

interface ethernet g15                     

switchport mode general                      

interface ethernet g16                     

switchport mode general                      

interface ethernet g17                     

switchport mode general                      

interface ethernet g18                     

switchport mode general                      

interface etherne              

switchport mode general                       

interface ethernet g20                     

switchport mode general                      

interface ethernet g21                     

switchport mode general                      

interface ethernet g22                      

switchport mode general                      

interface ethernet g23                     

switchport mode general                      

interface ethernet g24                     

switchport mode general                       

vlan database

vlan 10,30

interface range ethernet g(1,5-24)

switchport general allowed vlan add 10

interface range ethernet g(2-4)

switchport access vlan 30

interface vlan 10

name voice

interface vlan 30

name "IP Camera"

interface vlan 1

ip address 172.18.0.27 255.255.0.0

ip default-gateway 172.18.0.1

hostname interior-1

username XXX password XXXXXX level 15 encrypted

snmp-server community private

interior-1#

909 Posts

April 10th, 2007 13:00

First, you have to delete the IP address you already have, since it is on the same network as the one you are adding (172.18.0.0).  Then add your new IP address.
 

console (config)# interface vlan 1

config (config-if)# no ip address

console (config-if)# ip address 172.18.1.27 255.255.0.0

April 11th, 2007 11:00

Thanks alot!  This solved my problem, the help is much appreciated. 
No Events found!

Top